Toggles an adaptive order-2 [https://en.wikipedia.org/wiki/Prediction_by_partial_matching PPM] [https://en.wikipedia.org/wiki/Range_encoding range coder] for the transmitted data of all peers.
== Function ==
=== Synopsis ===
<source lang="lua">
host:compress_with_range_coder()
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|state|True if the compression algorithm is active, false if not.}}
== See Also ==
* [[parent::lua-enet]]
* [[enet.host]]
== Other Languages ==
{{i18n|enet.host:compress_with_range_coder}}